html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, em, font, img,small, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	}

	a img{border:none;}
	
	a{color:#0044cc;text-decoration:underline;}
	a:hover{text-decoration:none;}
	
	p{line-height:130%;margin-bottom:10px;}

/***********************************************/

html{
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	color:#1f1f1f;
	}
	
#wrapper{
	width:900px;
	margin:30px auto 0;
	border:1px solid #c4c4c4;
	}
	
	#wrapperinner{
	padding:20px;
	overflow:hidden;
	}
	
h1{
	font-size:19px;
	border-bottom:1px solid #c4c4c4;
	padding-bottom:15px;
	margin-bottom:15px;
	}
	
#leftcontent{
	width:520px;
	float:left;
	margin-right:40px;
	}
	
ol, ul{
	list-style-position:inside;
	margin-left:30px;
	line-height:130%;
	}
	
	ol li, ul li{
	margin-bottom:10px;
	}
	
#rightcontent{
	width:300px;
	float:left;
	}
	
	#rightcontent img{
	margin-bottom:20px;
	}
	
p.heading{
	font-weight:bold;
	font-size:16px;
	}
	
#sidebarcontent{
	background:#eee;
	font-size:13px;
	padding:10px;
	}
	
#footer{
	width:900px;
	margin:0 auto;
	text-align:right;
	font-size:13px;
	padding-top:8px;
	}